@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.grefn {
  background-image: url(../img/охохох.jpeg);
  background-size: cover;
}

.container {
  width: 1600px;
  margin: 0 auto;
}

.row {
  display: block;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  height: 80px;
  background-color: rgb(39, 39, 39);

  margin-bottom: 40px;
}

.logotype {
  margin-top: 10px;
  height: 60px;
}

.left-column {
  width: 320px;
  float: left;
  padding: 40px 20px;

  background: rgb(45, 45, 45);
}

.right-column {
  width: 1280px;
  float: left;
  padding: 40px;
  color: rgb(255, 255, 255);

  background: rgb(64, 63, 63);
}

.page-title {
  margin-bottom: 20px;
}

blockquote {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left-color: rgb(95, 95, 95);
  border-left-width: 5px;
  border-left-style: solid;
  padding-left: 20px;
  font-style: italic;
}

.link-menu {
  display: block;
  padding: 10px 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.table {
  width: 100%;
}

.table td {
  padding: 40px;
}

.table .first-td {
  width: 30%;
}

.w50 {
  width: 50%;
  float: left;
  padding: 10px;
}

.w50 img {
  max-width: 100%;
  height: auto;
}

.green {
  background-color: rgb(36, 36, 36);
}

.logo img {
  max-width: 50%;
  height: auto;
}

.w51 {
  width: 1000px;
}
